home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 …ember: Reference Library / Dev.CD Dec 00 RL Disk 1.toast / pc / technical documentation / technical publications / quicktime / qtdevdocs / win / frametest.js < prev    next >
Encoding:
Text File  |  1999-07-21  |  306 b   |  23 lines

  1. <!--
  2.  
  3. if (parent.frames.length != 0) {
  4.     var frameLink = 'Hide Frames';
  5. }
  6.  
  7. else {
  8. var frameLink = 'Show Frames';}
  9.  
  10. function testFrame(){
  11. if (parent.frames.length != 0) {
  12.     top.location = self.location;
  13.    // loaded in frames
  14.  }
  15.  else {
  16.  
  17.  location='../RM/frameset2.htm';
  18.    // not loaded frames
  19.  }
  20.  }
  21.  
  22. //-->
  23.